home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 36 / dvkpoll.zip / DVKPOLL.DOC < prev    next >
Text File  |  1988-06-17  |  881b  |  21 lines

  1. This is a shared program which reduces the amount of CPU time used by programs
  2. which poll the keyboard when waiting for input.  Simply add DVKPOLL.SHR to the
  3. "Shared Program Pathname" entry on the "Change Program" advanced options
  4. screen, and your other programs will speed up.  You will probably also want to
  5. make sure that INT 16 is in the range of interrupts indicated on the advanced
  6. options screen, though the nature of shared programs may make this
  7. unnecessary.
  8.  
  9. How it works:  The shared program installs a small TSR when the window is
  10. opened, and deinstalls the TSR when the window is closed.  This TSR intercepts
  11. the polling Call, and if no keystroke is available, gives up the rest of the
  12. current timeslice to other programs.
  13.  
  14. DVKPOLL is hereby released to the public domain.
  15.  
  16.         Ralf Brown
  17.  
  18.         FIDO: 1:129/31
  19.         ARPA: ralf@cs.cmu.edu
  20.  
  21.